php only my ip

43

php only my ip -

$myIp = '';
if ($_SERVER['REMOTE_ADDR'] == $myIp) {
	//do something
}


Comments

Submit
0 Comments